home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / THEXGOTODIALOG / THEXGOTODIALOG.txt
Text File  |  2008-11-03  |  1KB  |  68 lines

  1. inherited HexGoToDialog: THexGoToDialog
  2.   Left = 489
  3.   Top = 310
  4.   Caption = 'Go To'
  5.   ClientHeight = 118
  6.   ClientWidth = 273
  7.   OnClose = FormClose
  8.   OnCreate = FormCreate
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object ByteNumLbl: TUiLabel
  12.     Left = 8
  13.     Top = 8
  14.     Height = 13
  15.     Caption = '&Byte Address:'
  16.     FocusControl = ByteNumEdit
  17.   end
  18.   object ByteNumEdit: TUiNumEdit
  19.     Left = 8
  20.     Top = 24
  21.     Width = 161
  22.     Height = 21
  23.     TabOrder = 0
  24.   end
  25.   object KindEdit: TUiRadioGroup
  26.     Left = 8
  27.     Top = 48
  28.     Width = 161
  29.     Height = 33
  30.     Caption = 'Kind'
  31.     Columns = 2
  32.     Items.WideStrings = (
  33.       'Decimal'
  34.       'Hex')
  35.     TabOrder = 1
  36.     OnClick = KindClick
  37.   end
  38.   object SideEdit: TUiRadioGroup
  39.     Left = 176
  40.     Top = 24
  41.     Width = 89
  42.     Height = 57
  43.     Caption = 'Side'
  44.     Items.WideStrings = (
  45.       'Left'
  46.       'Right')
  47.     TabOrder = 2
  48.   end
  49.   object OkBtn: TUiButton
  50.     Left = 112
  51.     Top = 87
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 3
  56.     AutoSize = asRight
  57.   end
  58.   object CancelBtn: TUiButton
  59.     Left = 192
  60.     Top = 87
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 4
  65.     AutoSize = asRight
  66.   end
  67. end
  68.